Gemini API
The Google Gemini API is currently in beta. You can create an API key in Google AI Studio and use gemini-1.5-pro-latest. Change ~/.continue/config.json to look like this:
~/.continue/config.json
{
"models": [
{
"title": "Gemini Pro",
"provider": "gemini",
"model": "gemini-1.5-pro-latest",
"apiKey": "YOUR_API_KEY"
}
]
}